<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#t-1529472563843 {
	background-color: #e30613;
}

.uk-subnav &gt; * &gt; :first-child  {
  display: none;
}

#tb1-zlpaygvp7 &gt; div &gt; div &gt; ul {
	display:none;
}

.hoeklijn{
	cursor:pointer; 
	position:relative;
	padding:10px 10px;
/*	background:red;*/
	font-size:28px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	transition:all 1s;
	&amp;:after,&amp;:before{
		content:" ";
		
		
		width:10px;
		height:10px;
		position:absolute;
		border :0px solid #fff;
		transition:all 1s;
		}
	&amp;:after{
		top:-1px;
		left:-1px;
		border-top:5px solid black;
		border-left:5px solid black;
	}
	&amp;:before{
		bottom:-1px;
		right:-1px;
		border-bottom:5px solid black;
		border-right:5px solid black;
	}
	&amp;:hover{
		border-top-right-radius:0px;
		border-bottom-left-radius:0px;
		// background:rgba(0,0,0,.5);
		// color:white;
		&amp;:before,&amp;:after{
			width:100%;
			height:100%;
			// border-color:white;
		}
	}
}

/*.data-container1{
	background:#ffebee;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
}*/
</pre></body></html>